home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / BASIC / 2620D.ZIP / PDSL-4.TXT < prev    next >
Text File  |  1991-03-28  |  3KB  |  67 lines

  1. DISK 4/5
  2.  
  3. MASKIN      Mask numeric input only ! - good for Social Security 
  4.     numbers, dates, telephone numbers, etc.
  5.  
  6. MICE    The following routines allow you to use a mouse with your 
  7.     PowerBasic programs.  You can use event trapping with a mouse 
  8.     if you follow the steps given.
  9.  
  10. MISC    Miscellaneous programs and info files, including LIBRARY.DOC 
  11.     which is the information file giving descriptions on the 
  12.     Spectra Publishing Library on CompuServe (might serve as 
  13.     descriptions for the PDSL bulletin board or PDSL Library 
  14.     disks).
  15.  
  16. OPSYS1    OPSYS will maintain up to 12 different operating system  
  17.     configurations, each with its own separate AUTOEXEC and CONFIG 
  18.     files and an optional user defined batch file to be run at 
  19.     boot time.
  20.  
  21. PARTS    This program manages a random access file for 2 or more users. 
  22.     The program uses a function fnedit$ listed at end of program. 
  23.     The function allows you to edit a string until you press a 
  24.     return or ESC [ char$(27) ].
  25.  
  26. PASSWORD    Pswdfile.bas simulates your proking program file.  It 
  27.     has a password concealed in a string data statement.  Compile 
  28.     this program to an .exe file and run it.  It will print out 
  29.     the password secret.
  30.  
  31. PATCH?    The PowerBASIC patch programming utility (PBPATCH.EXE) is 
  32.     provided to allow you to install modifications, bug fixes, and 
  33.     enhancements to the two PowerBASIC compilers (PB.EXE and 
  34.     PBC.EXE).
  35.  
  36. PBERR    Program to detect and analyse runtime errors in compiled Power 
  37.     BASIC programmes.
  38.  
  39. PBNEWS    PowerBASIC News. Issue #3    <<====>>   August, 1990.  The 
  40.     latest information from the authors of PowerBASIC.
  41.  
  42. PBPLUS    PBPLUS96 is a program which can be used in conjuction with 
  43.     PowerBASIC version #2.00 in order to obtain an additional 96K 
  44.     of memory for compiling and running programs.
  45.  
  46. PBWINDOW    PB-WINDOWS: A MAJOR PACKAGE FROM AN ASP SHAREWARE 
  47.     AUTHOR. PBWindow.PBU and PBWindow.INC allows you to add pop-up 
  48.     windows to your PowerBasic programs. There are 22 Public 
  49.     routines in PBWindow that you can access from your program:
  50.  
  51.     1.  FUNCTION GetAttribute         12.  SUB PrtEOL
  52.     2.  SUB GetForAndBack             13.  SUB PrtEOLBox
  53.     3.  SUB PrtBox                    14.  SUB NewBoxColor
  54.     4.  SUB Rackett                   15.  SUB BuildMenu
  55.     5.  SUB RemoveBox                 16.  SUB PrtAttrBox
  56.     6.  SUB BoxTitle                  17.  SUB ClearBox
  57.     7.  SUB MakeBox                   18.  SUB Recolor
  58.     8.  SUB ZoomBox                   19.  SUB WriteScreenArea
  59.     9.  SUB BoxScroll                 20.  SUB SaveScreenArea
  60.     10.  SUB CtrBox                   21.  SUB PBWindowInit
  61.     11.  SUB CtrAllBox                22.  SUB ScreenInit
  62.  
  63. PRSCMD    PARSE TEXT TO PROGRAMS FROM THE COMMAND LINE.
  64.  
  65.  
  66.  
  67.